home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 13 / AMIGAplus Sonderheft 13 (1998)(ICP)(DE)[!].iso / rexx / away.m2i < prev    next >
Text File  |  1997-11-18  |  121b  |  12 lines

  1. /* Close all windows and appicons */
  2.  
  3. OPTION RESULT
  4. ADDRESS "M2IPort.Rexx"
  5.  
  6.  CLOSEDRW "*.d"
  7.  REMICON "*.d"
  8.  FLUSH
  9.  
  10. EXIT
  11.  
  12.